home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000382_jaltman@watsun.cc.columbia.edu_Wed Feb 20 09:15:48 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  68 lines

  1. Article: 13228 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: K95 crashes PC when interrupted
  6. Date: 20 Feb 2002 13:33:01 GMT
  7. Organization: Columbia University
  8. Lines: 51
  9. Message-ID: <a508id$aho$1@newsmaster.cc.columbia.edu>
  10. References: <3c737ea4.9852747@news.ision.net.uk>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1014211981 10808 128.59.39.2 (20 Feb 2002 13:33:01 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 20 Feb 2002 13:33:01 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13228
  16.  
  17. I have a few possible theories.  However, the reality is, an Operating
  18. System should not be brought down by an application.  If you are getting
  19. VxD errors (which VxD?) then it is most likely there is something wrong
  20. with the serial driver provided by Microsoft when a thread is allowed
  21. to end before data given to the driver to send has actually been sent.
  22.  
  23.  
  24. In article <3c737ea4.9852747@news.ision.net.uk>,
  25. Rob S  <robatwork@REMOVEmail.com> wrote:
  26. : Hi,
  27. : I have setup the following scenario:
  28. : Win 98 PC running K95 1.1.20 connected to DOS PC running msk3.14 via 3 wire
  29. : serial cable. K95 is initiated from a batch file COMMS.BAT, which amongst other
  30. : things contains the line:
  31. : K95 commandfile
  32. : commandfile contains various paramaters such as
  33. : set port 1
  34. : set speed 57600
  35. : get file1
  36. : send file2
  37. : bye
  38. : Comms works fine when DOS PC in in server mode.
  39. : When Comms is interrupted with Ctrl-C, very odd things happen to the PC. About a
  40. : minute after pressing Ctrl-C (which interrupts the comms correctly), the PC
  41. : blue-screens with VxD errors. Or it reboots itself. Or locks up. Never
  42. : immediately, but consistently crashes one way or another.
  43. : If Comms is allowed to finished correctly, the PC is rock solid. In day to day
  44. : use the PC crashes no more than normal for a Win 98 box. The problem is
  45. : definitely after interrupting K95 with Ctrl-C.
  46. : I'm continuing my investigations, as I *think* this only happens when K95 is run
  47. : with the commandfile. As a workaround so far I have
  48. : set transfer interrupt off which disables Ctrl-C.
  49. : Any ideas why it's crashing the PC?
  50. : tia
  51. : -Rob
  52. : robatwork at mail dot com
  53.  
  54.  
  55.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 available now!!!
  56.  The Kermit Project @ Columbia University   includes Telnet, FTP and HTTP
  57.  http://www.kermit-project.org/             secured with Kerberos, SRP, and 
  58.  kermit-support@columbia.edu                OpenSSL. Interfaces with OpenSSH
  59.